home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1033 / RCDATA / TMPEGCONFIG_CLIPRECTFORM / TMPEGCONFIG_CLIPRECTFORM.txt
Text File  |  2001-04-04  |  12KB  |  483 lines

  1. object MPEGConfig_ClipRectForm: TMPEGConfig_ClipRectForm
  2.   Left = 276
  3.   Top = 189
  4.   BorderStyle = bsDialog
  5.   Caption = 'Clip frame'
  6.   ClientHeight = 443
  7.   ClientWidth = 649
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 470
  10.   Constraints.MinWidth = 657
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 12
  25.   object Bevel2: TBevel
  26.     Left = 119
  27.     Top = 286
  28.     Width = 418
  29.     Height = 150
  30.     Anchors = [akBottom]
  31.     Shape = bsFrame
  32.   end
  33.   object ScrollBox1: TScrollBox
  34.     Left = 5
  35.     Top = 6
  36.     Width = 640
  37.     Height = 272
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     PopupMenu = PopupMenu1
  40.     TabOrder = 0
  41.     OnDblClick = ResultVideoBoxDblClick
  42.     object ResultVideoBox: TDXPaintBox
  43.       Left = 0
  44.       Top = 0
  45.       Width = 636
  46.       Height = 252
  47.       AutoStretch = True
  48.       Center = True
  49.       KeepAspect = True
  50.       Stretch = True
  51.       ViewWidth = 0
  52.       ViewHeight = 0
  53.       Align = alClient
  54.       OnClick = ResultVideoBoxClick
  55.       OnDblClick = ResultVideoBoxDblClick
  56.     end
  57.     object DoubleClickLabel: TLabel
  58.       Left = 168
  59.       Top = 122
  60.       Width = 322
  61.       Height = 12
  62.       Anchors = []
  63.       Caption = 'Double click here to select video source to display.'
  64.     end
  65.     object VideoScrollBar: TScrollBar
  66.       Left = 0
  67.       Top = 252
  68.       Width = 636
  69.       Height = 16
  70.       Align = alBottom
  71.       Enabled = False
  72.       PageSize = 1
  73.       TabOrder = 0
  74.       OnChange = VideoScrollBarChange
  75.       OnScroll = VideoScrollBarScroll
  76.     end
  77.   end
  78.   object DefaultButton: TButton
  79.     Left = 546
  80.     Top = 287
  81.     Width = 97
  82.     Height = 25
  83.     Anchors = [akRight, akBottom]
  84.     Caption = 'Default'
  85.     TabOrder = 1
  86.     OnClick = DefaultButtonClick
  87.   end
  88.   object OKButton: TButton
  89.     Left = 546
  90.     Top = 379
  91.     Width = 97
  92.     Height = 25
  93.     Anchors = [akRight, akBottom]
  94.     Caption = 'OK'
  95.     ModalResult = 1
  96.     TabOrder = 2
  97.     OnClick = OKButtonClick
  98.   end
  99.   object CancelButton: TButton
  100.     Left = 546
  101.     Top = 411
  102.     Width = 97
  103.     Height = 25
  104.     Anchors = [akRight, akBottom]
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 3
  109.   end
  110.   object PageControl: TPageControl
  111.     Left = 130
  112.     Top = 296
  113.     Width = 397
  114.     Height = 135
  115.     ActivePage = ClipRectTabSheet
  116.     Anchors = [akBottom]
  117.     Style = tsButtons
  118.     TabOrder = 4
  119.     OnChange = PageControlChange
  120.     object ClipRectTabSheet: TTabSheet
  121.       Caption = 'Clip frame setting'
  122.       object Label33: TLabel
  123.         Left = 8
  124.         Top = 14
  125.         Width = 29
  126.         Height = 12
  127.         Caption = '&Top:'
  128.         FocusControl = Video_ClipRect_Top
  129.       end
  130.       object Label37: TLabel
  131.         Left = 8
  132.         Top = 41
  133.         Width = 28
  134.         Height = 12
  135.         Caption = '&Left:'
  136.         FocusControl = Video_ClipRect_Left
  137.       end
  138.       object Label24: TLabel
  139.         Left = 138
  140.         Top = 14
  141.         Width = 30
  142.         Height = 12
  143.         Caption = '&Bottom:'
  144.         FocusControl = Video_ClipRect_Bottom
  145.       end
  146.       object Label25: TLabel
  147.         Left = 138
  148.         Top = 41
  149.         Width = 30
  150.         Height = 12
  151.         Caption = '&Right:'
  152.         FocusControl = Video_ClipRect_Right
  153.       end
  154.       object ClipSizeLabel: TLabel
  155.         Left = 118
  156.         Top = 65
  157.         Width = 24
  158.         Height = 12
  159.         Caption = '----'
  160.       end
  161.       object Bevel3: TBevel
  162.         Left = 0
  163.         Top = 0
  164.         Width = 386
  165.         Height = 2
  166.         Anchors = [akLeft, akTop, akRight]
  167.       end
  168.       object ClipSizeCaptionLabel: TLabel
  169.         Left = 8
  170.         Top = 65
  171.         Width = 99
  172.         Height = 12
  173.         Caption = 'Size after clipping:'
  174.       end
  175.       object Bevel6: TBevel
  176.         Left = 0
  177.         Top = 82
  178.         Width = 388
  179.         Height = 2
  180.         Anchors = [akLeft, akTop, akRight]
  181.       end
  182.       object Video_ClipRect_Top: TSpinExEdit
  183.         Left = 54
  184.         Top = 10
  185.         Width = 69
  186.         Height = 21
  187.         AlignValue = False
  188.         CanFloatValue = False
  189.         Increment = 1
  190.         MaxValue = 10000
  191.         TabOrder = 0
  192.         Value = 0
  193.         OnChange = Video_ClipRectChange
  194.         OnKeyDown = EditKeyDown
  195.       end
  196.       object Video_ClipRect_Left: TSpinExEdit
  197.         Left = 54
  198.         Top = 37
  199.         Width = 69
  200.         Height = 21
  201.         AlignValue = False
  202.         CanFloatValue = False
  203.         Increment = 1
  204.         MaxValue = 10000
  205.         TabOrder = 2
  206.         Value = 0
  207.         OnChange = Video_ClipRectChange
  208.         OnKeyDown = EditKeyDown
  209.       end
  210.       object Video_ClipRect_Bottom: TSpinExEdit
  211.         Left = 184
  212.         Top = 10
  213.         Width = 69
  214.         Height = 21
  215.         AlignValue = False
  216.         CanFloatValue = False
  217.         Increment = 1
  218.         MaxValue = 10000
  219.         TabOrder = 1
  220.         Value = 0
  221.         OnChange = Video_ClipRectChange
  222.         OnKeyDown = EditKeyDown
  223.       end
  224.       object Video_ClipRect_Right: TSpinExEdit
  225.         Left = 184
  226.         Top = 37
  227.         Width = 69
  228.         Height = 21
  229.         AlignValue = False
  230.         CanFloatValue = False
  231.         Increment = 1
  232.         MaxValue = 10000
  233.         TabOrder = 3
  234.         Value = 0
  235.         OnChange = Video_ClipRectChange
  236.         OnKeyDown = EditKeyDown
  237.       end
  238.       object Video_Mask_Top: TCheckBox
  239.         Left = 268
  240.         Top = 8
  241.         Width = 117
  242.         Height = 17
  243.         Caption = 'Top mask'
  244.         TabOrder = 4
  245.         OnClick = Video_ClipRectChange
  246.       end
  247.       object Video_Mask_Bottom: TCheckBox
  248.         Left = 268
  249.         Top = 26
  250.         Width = 117
  251.         Height = 17
  252.         Caption = 'Bottom Mask'
  253.         TabOrder = 5
  254.         OnClick = Video_ClipRectChange
  255.       end
  256.       object Video_Mask_Left: TCheckBox
  257.         Left = 268
  258.         Top = 44
  259.         Width = 117
  260.         Height = 17
  261.         Caption = 'Left Mask'
  262.         TabOrder = 6
  263.         OnClick = Video_ClipRectChange
  264.       end
  265.       object Video_Mask_Right: TCheckBox
  266.         Left = 268
  267.         Top = 61
  268.         Width = 117
  269.         Height = 17
  270.         Caption = 'Right Mask'
  271.         TabOrder = 7
  272.         OnClick = Video_ClipRectChange
  273.       end
  274.       object ClipPreviewCheckBox: TCheckBox
  275.         Left = 8
  276.         Top = 88
  277.         Width = 257
  278.         Height = 17
  279.         Caption = 'Resized image is used to display preview'
  280.         TabOrder = 8
  281.         OnClick = PageControlChange
  282.       end
  283.     end
  284.     object ImageArrangeTabSheet: TTabSheet
  285.       Caption = 'Arrange setting'
  286.       ImageIndex = 1
  287.       object Label11: TLabel
  288.         Left = 8
  289.         Top = 14
  290.         Width = 90
  291.         Height = 12
  292.         Caption = '&Arrange Method:'
  293.         FocusControl = Video_ImageArrange
  294.       end
  295.       object Label12: TLabel
  296.         Left = 214
  297.         Top = 38
  298.         Width = 6
  299.         Height = 12
  300.         Caption = 'x'
  301.       end
  302.       object Label15: TLabel
  303.         Left = 296
  304.         Top = 38
  305.         Width = 43
  306.         Height = 12
  307.         Caption = 'pixels'
  308.       end
  309.       object Bevel1: TBevel
  310.         Left = 0
  311.         Top = 61
  312.         Width = 388
  313.         Height = 2
  314.         Anchors = [akLeft, akTop, akRight]
  315.       end
  316.       object OutputFormatCaptionLabel: TLabel
  317.         Left = 8
  318.         Top = 88
  319.         Width = 86
  320.         Height = 12
  321.         Caption = 'Output format:'
  322.       end
  323.       object OutputFormatLabel: TLabel
  324.         Left = 106
  325.         Top = 88
  326.         Width = 24
  327.         Height = 12
  328.         Caption = '----'
  329.       end
  330.       object InputFormatCaptionLabel: TLabel
  331.         Left = 8
  332.         Top = 72
  333.         Width = 86
  334.         Height = 12
  335.         Caption = 'Input format:'
  336.       end
  337.       object InputFormatLabel: TLabel
  338.         Left = 106
  339.         Top = 72
  340.         Width = 24
  341.         Height = 12
  342.         Caption = '----'
  343.       end
  344.       object Bevel4: TBevel
  345.         Left = 0
  346.         Top = 0
  347.         Width = 388
  348.         Height = 2
  349.         Anchors = [akLeft, akTop, akRight]
  350.       end
  351.       object Video_ImageArrange: TComboBox
  352.         Left = 144
  353.         Top = 10
  354.         Width = 233
  355.         Height = 20
  356.         Hint = 
  357.           'Set how to arrange Source Video'#13#10#13#10'<> Center'#13#10#13#10'Movie will be di' +
  358.           'splayed at the center of window.'#13#10#13#10'<> Center (keep aspect ratio' +
  359.           ')'#13#10#13#10'Movie will be displayed at the center of window at the same' +
  360.           ' time the aspect ratio is kept.'#13#10#13#10'<> Center (custom size)'#13#10#13#10'Mo' +
  361.           'vie will be displayed at the center of window in any size.'#13#10#13#10'<>' +
  362.           ' Full screen'#13#10#13#10'Display with Maximized window.'#13#10#13#10'<> Full screen' +
  363.           ' (keep aspect ratio)'#13#10#13#10'Maximize windows at the same time keepin' +
  364.           'g aspect ratio.'#13#10#13#10'<> Full screen (keep aspect ratio 2)'#13#10#13#10'Maxim' +
  365.           'ize windows at the same time keeping aspect ratio'#13#10'and displayed' +
  366.           ' movie size in full screen.'#13#10#13#10'<> No margin(keep aspect ratio)'#13#10 +
  367.           #13#10'Maximize the window so that no margin will appear, then someti' +
  368.           'me the edge of video is cut out.'#13#10
  369.         Style = csDropDownList
  370.         ItemHeight = 0
  371.         TabOrder = 0
  372.         OnChange = Video_ImageArrangeChange
  373.         OnKeyDown = EditKeyDown
  374.       end
  375.       object Video_ImageArrangeWidth: TSpinExEdit
  376.         Left = 144
  377.         Top = 34
  378.         Width = 65
  379.         Height = 21
  380.         Hint = 
  381.           'Set window size when the movie is displayed at the center of dis' +
  382.           'play.'
  383.         AlignValue = False
  384.         CanFloatValue = False
  385.         FloatValue = 1
  386.         Increment = 2
  387.         MaxValue = 999999
  388.         MinValue = 1
  389.         TabOrder = 1
  390.         Value = 1
  391.         OnChange = Video_ImageArrangeWidthHeightChange
  392.         OnKeyDown = EditKeyDown
  393.       end
  394.       object Video_ImageArrangeHeight: TSpinExEdit
  395.         Left = 225
  396.         Top = 34
  397.         Width = 64
  398.         Height = 21
  399.         Hint = 
  400.           'Set window size when the movie is displayed at the center of dis' +
  401.           'play.'
  402.         AlignValue = False
  403.         CanFloatValue = False
  404.         FloatValue = 1
  405.         Increment = 2
  406.         MaxValue = 999999
  407.         MinValue = 1
  408.         TabOrder = 2
  409.         Value = 1
  410.         OnChange = Video_ImageArrangeWidthHeightChange
  411.         OnKeyDown = EditKeyDown
  412.       end
  413.     end
  414.     object FillColorTabSheet: TTabSheet
  415.       Caption = 'Mask Color'
  416.       ImageIndex = 2
  417.       object Bevel5: TBevel
  418.         Left = 0
  419.         Top = 0
  420.         Width = 388
  421.         Height = 2
  422.         Anchors = [akLeft, akTop, akRight]
  423.       end
  424.       object FillColorPanel: TPanel
  425.         Left = 99
  426.         Top = 24
  427.         Width = 153
  428.         Height = 65
  429.         BevelOuter = bvNone
  430.         BorderStyle = bsSingle
  431.         TabOrder = 0
  432.         OnDblClick = FillColorButtonClick
  433.       end
  434.       object FillColorButton: TButton
  435.         Left = 271
  436.         Top = 44
  437.         Width = 75
  438.         Height = 25
  439.         Caption = 'Edit Color'
  440.         TabOrder = 1
  441.         OnClick = FillColorButtonClick
  442.       end
  443.     end
  444.   end
  445.   object PopupMenu1: TPopupMenu
  446.     Left = 350
  447.     Top = 166
  448.     object N1: TMenuItem
  449.       Tag = 1
  450.       Caption = 'Original size'
  451.       OnClick = N1Click
  452.     end
  453.     object N2: TMenuItem
  454.       Tag = 2
  455.       Caption = 'Zoom 2x'
  456.       OnClick = N1Click
  457.     end
  458.     object N3: TMenuItem
  459.       Tag = 3
  460.       Caption = 'Zoom 3x'
  461.       OnClick = N1Click
  462.     end
  463.     object N4: TMenuItem
  464.       Tag = 4
  465.       Caption = 'Zoom 4x'
  466.       OnClick = N1Click
  467.     end
  468.     object N5: TMenuItem
  469.       Caption = '-'
  470.     end
  471.     object C1: TMenuItem
  472.       Caption = '&Copy to clipboard'
  473.       ShortCut = 16451
  474.       OnClick = C1Click
  475.     end
  476.   end
  477.   object ColorDialog: TColorDialog
  478.     Ctl3D = True
  479.     Left = 24
  480.     Top = 304
  481.   end
  482. end
  483.